lcPropPutStr Home

Sets a property's value of string type.

 BOOL lcPropPutStr (
   HANDLE hObject,
   int idProp,
   LPCWSTR szValue
 );

Parameters
hObject
  Handle to object.
idProp
  Property's identifier.
szValue
  Property's new value.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Access Objects PropertieslcPropGetStr